home *** CD-ROM | disk | FTP | other *** search
/ Extra! Mainframe / Extra! Mainframe for Windows 95.iso / snaserv / source / intl / usa / setupcli.rc < prev    next >
Encoding:
Text File  |  1995-09-27  |  13.0 KB  |  307 lines

  1. //Microsoft App Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #define APSTUDIO_HIDDEN_SYMBOLS
  11. #include "windows.h"
  12. #include "winuser.h"
  13. #undef APSTUDIO_HIDDEN_SYMBOLS
  14. #include "..\..\snacdlgs.h"
  15. /////////////////////////////////////////////////////////////////////////////////////
  16. #undef APSTUDIO_READONLY_SYMBOLS
  17.  
  18.  
  19. //////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Version
  22. //
  23.  
  24. #include "..\..\inc\acmever.h"
  25.  
  26. VS_VERSION_INFO VERSIONINFO
  27. FILEVERSION     VER_FILEVERSION
  28. PRODUCTVERSION  VER_PRODUCTVERSION
  29. FILEFLAGSMASK   VER_FILEFLAGSMASK
  30. FILEFLAGS       VER_FILEFLAGS
  31. FILEOS          VER_FILEOS
  32. FILETYPE        VER_FILETYPE
  33. FILESUBTYPE     VER_FILESUBTYPE
  34. {
  35.    BLOCK "StringFileInfo"
  36.    {
  37.    BLOCK "040904E4"
  38.       {
  39.       VALUE "CompanyName",     VER_COMPANYNAME_STR
  40.       VALUE "FileDescription", "Sample App DLL\0"
  41.       VALUE "FileVersion",     VER_FILEVERSION_STR
  42.       VALUE "InternalName",    "SETUPCLI.DLL\0"
  43.       VALUE "LegalCopyright",  VER_LEGALCOPYRIGHT_STR
  44.       VALUE "LegalTrademarks", VER_LEGALTRADEMARKS_STR
  45.       VALUE "ProductName",     VER_PRODUCTNAME_STR
  46.       VALUE "ProductVersion",  VER_PRODUCTVERSION_STR
  47.       VALUE "Comments",        VER_COMMENT_STR
  48.       }
  49.    }
  50. }
  51.  
  52.  
  53. #ifdef APSTUDIO_INVOKED
  54. //////////////////////////////////////////////////////////////////////////////
  55. //
  56. // TEXTINCLUDE
  57. //
  58.  
  59. 1 TEXTINCLUDE DISCARDABLE 
  60. BEGIN
  61.     "resource.h\0"
  62. END
  63.  
  64. 2 TEXTINCLUDE DISCARDABLE 
  65. BEGIN
  66.     "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  67.     "#include ""windows.h""\r\n"
  68.     "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  69.     "#include ""..\\..\\snaccah.h""\0"
  70. END
  71.  
  72. 3 TEXTINCLUDE DISCARDABLE 
  73. BEGIN
  74.     "\r\n"
  75.     "\0"
  76. END
  77.  
  78. /////////////////////////////////////////////////////////////////////////////////////
  79. #endif    // APSTUDIO_INVOKED
  80.  
  81.  
  82. //////////////////////////////////////////////////////////////////////////////
  83. //
  84. // Bitmap
  85. //
  86.  
  87. 111                     BITMAP  MOVEABLE PURE   "COMPLETE.BMP"
  88. 112                     BITMAP  MOVEABLE PURE   "CUSTOM.BMP"
  89. 121                     BITMAP  MOVEABLE PURE   "LOGOVGA.BMP"
  90. 122                     BITMAP  MOVEABLE PURE   "LOGOEGA.BMP"
  91.  
  92. //////////////////////////////////////////////////////////////////////////////
  93. //
  94. // Dialog
  95. //
  96.  
  97.  
  98. SNASetup ICON       setupcli.ICO
  99.  
  100. ClientProtocols DIALOG 134, 55, 205, 183
  101. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  102. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  103. CAPTION "Select Client/Server Protocols"
  104. FONT 8, "MS Shell Dlg"
  105. BEGIN
  106.     DEFPUSHBUTTON   "&Continue", IDC_CONTINUE, 26, 159, 40, 14
  107.     PUSHBUTTON      "&Help", IDC_HELPT, 138, 159, 40, 14
  108.     PUSHBUTTON      "E&xit", IDC_EXIT, 82, 159, 40, 14
  109.     LTEXT           "Several client/server protocols have been detected on this computer.", 
  110.                     IDC_TEXT1, 46, 10, 143, 30
  111.     LTEXT           "SNA Client can work with any of them; please choose the option button for the protocol you want to use.", 
  112.                     IDC_TEXT2, 7, 38, 170, 30
  113.     AUTORADIOBUTTON "Microsoft Networking (Named Pipes)", IDC_MSFT, 16, 97, 165, 10
  114.     AUTORADIOBUTTON "Novell NetWare (IPX/SPX)", IDC_NOVELL, 16, 117, 165, 10
  115.     AUTORADIOBUTTON "TCP/IP", IDC_TCPIP, 16, 137, 165, 10
  116.     ICON            "SNASetup", 110, 15, 8, 18, 20
  117. END
  118.  
  119. ClientMode DIALOG 199, 72, 200, 144
  120. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  121. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  122. CAPTION "SNA Client Mode"
  123. FONT 8, "MS Shell Dlg"
  124. BEGIN
  125.     AUTORADIOBUTTON "&Local (same domain)", IDC_LOCAL, 23, 70, 144, 10
  126.     AUTORADIOBUTTON "&Remote (different domain)", IDC_REMOTE, 23, 90, 144, 10
  127.     LTEXT           "Your SNA Client may operate on the same network domain as the Primary SNA Server (""Local"" operation), or on a different Network domain than the server (""Remote"" operation).", 
  128.                     IDC_TEXT3, 10, 10, 182, 48
  129.     DEFPUSHBUTTON   "&Continue", IDC_CONTINUE, 24, 122, 40, 14
  130.     PUSHBUTTON      "&Help", IDC_HELPT, 136, 122, 40, 14
  131.     PUSHBUTTON      "E&xit", IDC_EXIT, 80, 122, 40, 14
  132. END
  133.  
  134.  
  135. REMOTECLIENT DIALOG 200, 126, 211, 148
  136. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  137. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  138. CAPTION "Remote SNA Server Names"
  139. FONT 8, "MS Shell Dlg"
  140. BEGIN
  141.     LTEXT           "Please enter the name of your Primary Sponsor Server.  This is the SNA Server your client will connect to for configuration information.", 
  142.                     IDC_TEXT3, 11, 8, 191, 36
  143.     LTEXT           "You may also enter the name of an optional Backup Sponsor Server.", 
  144.                     IDC_TEXT4, 11, 41, 191, 22
  145.     EDITTEXT        IDC_PRIMARY, 51, 79, 147, 12, ES_AUTOHSCROLL
  146.     EDITTEXT        IDC_BACKUP, 51, 103, 147, 12, ES_AUTOHSCROLL
  147.     DEFPUSHBUTTON   "&Continue", IDC_CONTINUE, 29, 128, 40, 14
  148.     PUSHBUTTON      "&Help", IDC_HELPT, 85, 128, 40, 14
  149.     PUSHBUTTON      "E&xit", IDC_EXIT, 141, 128, 40, 14
  150.     LTEXT           "&Primary:", IDC_TEXT1, 7, 81, 34, 8
  151.     LTEXT           "Bac&kup:", IDC_TEXT2, 7, 104, 34, 8
  152. END
  153.  
  154. LOCALCLIENT DIALOG  117, 121, 180, 128
  155. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  156. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  157. CAPTION "Network Domain Name"
  158. FONT 8, "MS Shell Dlg"
  159. BEGIN
  160.     LTEXT           "Please enter the name of the SNA Server domain in which you wish to operate.  this can be the same as the Windows NT domain, or it can be the name of an SNA Server subdomain that is wholly contained within a Windows NT domain.", 
  161.                     IDC_TEXT1,  9, 9, 167, 54
  162.     LTEXT           "Domain Name:", IDC_TEXT2, 10, 72, 51, 12
  163.     EDITTEXT        IDC_DOMAIN, 65, 68, 104, 15, ES_AUTOHSCROLL
  164.     DEFPUSHBUTTON   "&Continue", IDC_CONTINUE, 15, 108, 40, 14
  165.     PUSHBUTTON      "&Help", IDC_HELPT, 70, 108, 40, 14
  166.     PUSHBUTTON      "E&xit", IDC_EXIT, 125, 108, 40, 14
  167. END
  168.  
  169. EXITYESNO DIALOG 76, 66, 221, 64
  170. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  171. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  172. CAPTION "Exit Setup"
  173. FONT 8, "MS Shell Dlg"
  174. BEGIN
  175.     ICON            "SNASetup", 110, 10, 7, 18, 20
  176.     PUSHBUTTON      "&Resume Setup", IDC_RESUME, 49, 44, 53, 14
  177.     PUSHBUTTON      "E&xit Setup", IDC_EXIT, 118, 44, 53, 14
  178.     LTEXT           "Are you sure you want to Exit?", IDC_TEXT1, 43, 10, 130, 
  179.                     8
  180.     LTEXT           "Setup has not yet modified any files.", IDC_TEXT2, 43, 
  181.                     22, 137, 8
  182. END
  183.  
  184.  
  185. ClientProtocolsEX DIALOGEX 134, 55, 205, 183
  186. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  187. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  188. EXSTYLE WS_EX_CONTEXTHELP
  189. CAPTION "Select Client/Server Protocols"
  190. FONT 8, "MS Shell Dlg"
  191. BEGIN
  192.     DEFPUSHBUTTON   "&Continue", IDC_CONTINUE, 54, 153, 40, 14
  193.     PUSHBUTTON      "E&xit", IDC_EXIT, 110, 153, 40, 14
  194.     LTEXT           "Several client/server protocols have been detected on this computer.", 
  195.                     IDC_TEXT1, 46, 10, 143, 30
  196.     LTEXT           "SNA Client can work with any of them; please choose the option button for the protocol you want to use.", 
  197.                     IDC_TEXT2, 7, 38, 170, 30
  198.     AUTORADIOBUTTON "Microsoft Networking (Named Pipes)", IDC_MSFT, 16, 97, 165, 10
  199.     AUTORADIOBUTTON "Novell NetWare (IPX/SPX)", IDC_NOVELL, 16, 117, 165, 10
  200.     AUTORADIOBUTTON "TCP/IP", IDC_TCPIP, 16, 137, 165, 10
  201.     ICON            "SNASetup", 110, 15, 8, 18, 20
  202. END
  203.  
  204. ClientModeEX DIALOGEX 199, 72, 200, 144
  205. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  206. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  207. EXSTYLE WS_EX_CONTEXTHELP
  208. CAPTION "SNA Client Mode"
  209. FONT 8, "MS Shell Dlg"
  210. BEGIN
  211.     AUTORADIOBUTTON "&Local (same domain)", IDC_LOCAL, 23, 70, 144, 10
  212.     AUTORADIOBUTTON "&Remote (different domain)", IDC_REMOTE, 23, 90, 144, 10
  213.     LTEXT           "Your SNA Client may operate on the same network domain as the Primary SNA Server (""Local"" operation), or on a different Network domain than the server (""Remote"" operation).", 
  214.                     IDC_TEXT3, 10, 10, 182, 48
  215.     DEFPUSHBUTTON      "&Continue", IDC_CONTINUE, 52, 124, 40, 14
  216.     PUSHBUTTON      "E&xit", IDC_EXIT, 108, 124, 40, 14
  217. END
  218.  
  219.  
  220. REMOTECLIENTEX DIALOGEX 200, 126, 211, 148
  221. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  222. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  223. EXSTYLE WS_EX_CONTEXTHELP
  224. CAPTION "Remote SNA Server Names"
  225. FONT 8, "MS Shell Dlg"
  226. BEGIN
  227.     LTEXT           "Please enter the name of your Primary Sponsor Server.  This is the SNA Server your client will connect to for configuration information.", 
  228.                     IDC_TEXT3, 11, 8, 191, 36
  229.     LTEXT           "You may also enter the name of an optional Backup Sponsor Server.", 
  230.                     IDC_TEXT4, 11, 41, 191, 22
  231.     EDITTEXT        IDC_PRIMARY, 51, 79, 147, 12, ES_AUTOHSCROLL
  232.     EDITTEXT        IDC_BACKUP, 51, 103, 147, 12, ES_AUTOHSCROLL
  233.     DEFPUSHBUTTON   "&Continue", IDC_CONTINUE, 57, 128, 40, 14
  234.     PUSHBUTTON      "E&xit", IDC_EXIT, 113, 128, 40, 14
  235.     LTEXT           "&Primary:", IDC_TEXT1, 7, 81, 34, 8
  236.     LTEXT           "Bac&kup:", IDC_TEXT2, 7, 104, 34, 8
  237. END
  238.  
  239. LOCALCLIENTEX DIALOGEX  117, 121, 180, 128
  240. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  241. EXSTYLE WS_EX_CONTEXTHELP
  242. CAPTION "Network Domain Name"
  243. FONT 8, "MS Shell Dlg"
  244. BEGIN
  245.     LTEXT           "Please enter the name of the SNA Server domain in which you wish to operate.  this can be the same as the Windows NT domain, or it can be the name of an SNA Server subdomain that is wholly contained within a Windows NT domain.", 
  246.                     IDC_TEXT1,  9, 9, 167, 54
  247.     LTEXT           "Domain Name:", IDC_TEXT2, 10, 72, 51, 12
  248.     EDITTEXT        IDC_DOMAIN, 65, 68, 104, 15, ES_AUTOHSCROLL
  249.     DEFPUSHBUTTON   "&Continue", IDC_CONTINUE, 42, 108, 40, 14
  250.     PUSHBUTTON      "E&xit", IDC_EXIT, 98, 108, 40, 14
  251. END
  252.  
  253. EXITYESNOEX DIALOGEX 76, 66, 221, 64
  254. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  255. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  256. CAPTION "Exit Setup"
  257. FONT 8, "MS Shell Dlg"
  258. BEGIN
  259.     ICON            "SNASetup", 110, 10, 7, 18, 20
  260.     PUSHBUTTON      "&Resume Setup", IDC_RESUME, 49, 44, 53, 14
  261.     PUSHBUTTON      "E&xit Setup", IDC_EXIT, 118, 44, 53, 14
  262.     LTEXT           "Are you sure you want to Exit?", IDC_TEXT1, 43, 10, 130, 
  263.                     8
  264.     LTEXT           "Setup has not yet modified any files.", IDC_TEXT2, 43, 
  265.                     22, 137, 8
  266. END
  267.  
  268. APPLETDLG DIALOG 101, 97, 267, 191
  269. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  270. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  271. CAPTION "Licensing Agreement"
  272. FONT 8, "MS Shell Dlg"
  273. BEGIN
  274.     LTEXT           "The Windows 95 Client for SNA Server is provided as a no-cost software supplement to the Microsoft SNA Server versions 2.1 or 2.11 you have previously licensed.", 
  275.                     IDC_TEXT1, 5, 5, 254, 32
  276.     PUSHBUTTON      "&Yes", IDC_CONTINUE, 85, 163, 40, 14
  277.     PUSHBUTTON      "&No", IDC_EXIT, 141, 163, 40, 14
  278.     LTEXT           "Use of this software is subject to terms of the Microsoft Software Agreement provided with the respective SNA Server product and may only be used in conjunction with a valid Client Access License for SNA Server which must be acquired separately.", 
  279.                     IDC_TEXT2, 5, 37, 254, 41
  280.     LTEXT           "I Agree", IDC_TEXT3, 121, 141, 37, 14
  281.     LTEXT           "The 5250 applet, 3270 applet and the ODBC driver are licensed for only one user per SNA Server. Additional licenses must be purchased separately. See the SNA Server Companion Product Catalog for a listing of available third party software for SNA Server.", 
  282.                     IDC_TEXT4, 5, 78, 254, 40
  283. END
  284.  
  285. NOAPPLETDLG DIALOG 101, 97, 267, 138
  286. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  287. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  288. CAPTION "Licensing Agreement"
  289. FONT 8, "MS Shell Dlg"
  290. BEGIN
  291.     LTEXT           "The Windows 95 Client for SNA Server is provided as a no-cost software supplement to the Microsoft SNA Server versions 2.1 or 2.11 you have previously licensed.", 
  292.                     101, 5, 5, 254, 32
  293.     PUSHBUTTON      "&Yes", IDC_CONTINUE, 85, 115, 40, 14
  294.     PUSHBUTTON      "&No", IDC_EXIT, 141, 115, 40, 14
  295.     LTEXT           "Use of this software is subject to terms of the Microsoft Software Agreement provided with the respective SNA Server product and may only be used in conjunction with a valid Client Access License for SNA Server which must be acquired separately.", 
  296.                     102, 5, 37, 254, 41
  297.     LTEXT           "I Agree", 105, 121, 93, 37, 14
  298. END
  299.  
  300. #ifndef APSTUDIO_INVOKED
  301. ////////////////////////////////////////////////////////////////////////////////
  302. //
  303. // Generated from the TEXTINCLUDE 3 resource.
  304. //
  305. /////////////////////////////////////////////////////////////////////////////////////
  306. #endif    // not APSTUDIO_INVOKED
  307.